home *** CD-ROM | disk | FTP | other *** search
/ System Booster / System Booster.iso / SYS / s / test3.rexx < prev    next >
OS/2 REXX Batch file  |  1996-09-26  |  209b  |  9 lines

  1. /* test 3 : verify argument passing without PUTARG command */
  2.  
  3. Options Results
  4.  
  5. address ORIGAMI message "This is a testmessage !"
  6.  
  7. if rc > 0 then say 'Error was 'ORIGAMI.LASTERROR
  8. else say 'Result was 'Result
  9.